home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : CHARACTER_SET
- -- VERSION : 2.0
- -- REVIEW CODE :
- -- DDN ADDRESS : vax135!petsd!joe@BERKELEY.ARPA
- -- AUTHOR : Joseph M. Orost
- -- : Concurrent Computer Corporation
- -- : 106 Apple Street
- -- : Tinton Falls, NJ 07724
- -- COPYRIGHT :
- -- DATE CREATED : 15 Feb 85
- -- DATE RELEASED : 15 Feb 85
- -- DATE LAST UPDATED : 12 Mar 87
- -- LOCATION : C2MUG
- -- LOCATION : ASR
- -- ENVIRONMENT : CCUR 3200MPS, C3ADA R00-01/BETA
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : COMPONENTS
- -- CATEGORY LEVEL 2 : Character Set
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : character
- -- KEYWORD : character set
- -- INDEX : Character
- -- INDEX : Character Set
- -- INDEX : Set, Character
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO :
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.COMPONENTS>CSET.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- CSET.PRO 3582 66
- -- CSET.SRC 16764 470
- -- =============== ========== ==========
- -- 2 Files 20346 536
- --= ABSTRACT ===============================================--
- -- CHARACTER_SET provides a number of test routines which
- -- determine if a given character falls into a particular class of
- -- characters. See the visible section for details. It also provides
- -- routines for character and string letter case conversion (to lower
- -- case, to upper case) and for naming control characters.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 2/15/85 1.0 Richard Conn Initial Release
- -- 2/25/85 1.1 Richard Conn Cosmetic, Readability Changes
- -- 3/12/87 2.0 Joseph M. Orost Rewrite for better performance.
- -- Replaced functions with arrays.
- -- Source compatible unless
- -- named notation was used for
- -- function calls:
- -- IS_LOWER(CH => C) no longer works,
- -- but IS_LOWER(C) is OK.
- --= RELEASE NOTICE ===============================================--
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-